
    .list1-box{
        width:100%;
        background: #fafafa;
        padding-bottom:90px;
    }
    .list1 .fw_title span{
        color:#121212;
    }
    .list1 ul{
        padding: 0;
    }
    .list1{
        width:65%;
        margin:0 auto;
    }
    .list1 .toptitle{
        font-size: 32px;
        margin: 50px 0;
    }
     .list1 .toptitle hr{
         display: block;
        width: 58px;
        height: 2px;
    
        background: red;
        border: 0;
     }
    .list1 ul{
        display:flex;
        flex-wrap:wrap;
    }
  
    
   .list1 .picimg{
        width:100%;
        overflow: hidden;
    }
    .list1 .picimg img {
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: transform 1s ease 0s;
      display:block;
    }
     
    .list1 .picimg img:hover {
      transform: scale(1.05);
    }  
    .list1 .info{
        position: absolute;
        bottom:-30px;
        transition: all 0.5s;
        padding-left:35px;
    }
    .list1>ul li{
        position: relative;
        overflow: hidden;
        box-shadow: 2px 2px 5px;
    }
    .list1>ul li:nth-child(1){
        width:48%;
    }
    .list1>ul li:nth-child(2){
        width:48%;
        margin-left:2%;
    }
     .list1>ul li:nth-child(3){
        width:48%;
         margin-top: 2%;
    }
    .list1>ul li:nth-child(4){
        width:48%;
        margin-left: 2%;
        margin-top: 2%;
    }
    .list1>ul li:hover .info{
        bottom:10px;
    }
    .list1 .info .title{
        font-size: 16px;
        color:#666;
        line-height: 32px;
    }
    .list1 .info .title1{
        font-size: 21px;
        color:#666;
        line-height: 37px;
    }
     .list1 .info .title2{
        font-size: 16px;
        color:#666;
        line-height: 32px;
    }
     .list1 .info .title3{
        font-size: 16px;
        color:#666;
        line-height: 32px;
    }
    .list1-p-a{
        float:right;
        color: #c3c3c3;
    }
  
 
     @media screen and (max-width: 765px) {
         
         .list1>ul li:nth-child(1){
            width:49%;
        } 
        .list1>ul li:nth-child(2){
            width:49%;
        } 
        .list1>ul li:nth-child(3){
            width:49%;
        } 
        .list1>ul li:nth-child(4){
            width:49%;
        } 
        .list1{
            width:100%;
        }
        .list1 .picimg{
            height:145px;
        }
    }
